home *** CD-ROM | disk | FTP | other *** search
- FirstResponder = {
- ACTIONS = {
- toggleMarkersVisible:;
- yank:;
- toggleRichText:;
- nestSel:;
- expandAll:;
- closeDocument:;
- lightGray:;
- jumpSelection:;
- openDirectory:;
- saveAll:;
- copyPSCode:;
- match:;
- redisplayDir:;
- saveLink:;
- saveAs:;
- quit:;
- pasteAndLink:;
- contractAll:;
- enterSelection:;
- undoChanges:;
- insertField:;
- openPageLayout:;
- showFindPanel:;
- openSel:;
- showLinks:;
- closeAncestors:;
- expandSel:;
- closeDescendants:;
- save:;
- saveTo:;
- unnestSel:;
- insertLink:;
- darkGray:;
- man:;
- queryCommand:;
- findSame:;
- nextField:;
- open:;
- makeRTF:;
- queryPipe:;
- insertMarker:;
- black:;
- lineNumber:;
- contractSel:;
- openPrintPanel:;
- templateDictionary:;
- doInfo:;
- create:;
- preferences:;
- backSame:;
- tags:;
- };
- SUPERCLASS = Object;
- };
- EditMenu = {
- OUTLETS = {
- mainMenu;
- pipes;
- commands;
- };
- SUPERCLASS = Object;
- };
-